home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 84 / XENIATGM84.iso / Time Machine / data1.cab / Time_Machine_Files / Scripts / x_disp5.ses < prev    next >
Text File  |  2000-02-22  |  333b  |  26 lines

  1. !    effets sur les persos
  2. TRANSPARENCY::rendu1
  3. {
  4.     Type = variable 
  5.     VariationType=LINEAR
  6.     NbKeys = 2
  7.     Degree00 = 255,255,255
  8.     Degree100 = 0,0,0
  9. }
  10. TRANSPARENCY::rendu2
  11. {
  12.     Type = variable 
  13.     VariationType=LINEAR
  14.     NbKeys = 2
  15.     Degree00 = 0,0,0
  16.     Degree10 = 0,0,0
  17. }
  18. main
  19. {
  20.     rendu1(30);
  21.     loop()
  22.     {
  23.         rendu2(30);
  24.     };
  25. }
  26.